testtreelistmodel: Don't use non-standard function
authorDaniel Boles <dboles.src@gmail.com>
Wed, 24 Oct 2018 18:48:45 +0000 (19:48 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 7 Nov 2018 20:32:55 +0000 (20:32 +0000)
commit18199a3cef0f12c94f8cc9247be4352cfb85b692
treeca2c027b5c4b12bdcf6870cdbe072a140232f673
parent3194c394717e38fec0b74a46ffc01f47d2bde1bc
testtreelistmodel: Don't use non-standard function

as per efd3758f6a779041ff552cb4c5163446fd951368 strcasecmp() is not a C
standard thing (not that we bothered including any header for it anyway)
and so this test failed to build on Windows with Microsoft Visual C.
tests/testtreelistmodel.c